home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TGWACCOUNTFORM / TGWACCOUNTFORM.txt
Text File  |  2010-10-15  |  4KB  |  160 lines

  1. object GWAccountForm: TGWAccountForm
  2.   Left = 366
  3.   Top = 186
  4.   Width = 564
  5.   Height = 410
  6.   HelpContext = 4031
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Public Folder'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Microsoft Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   DesignSize = (
  24.     556
  25.     383)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object OKButton: TTntButton
  29.     Left = 396
  30.     Top = 357
  31.     Width = 75
  32.     Height = 23
  33.     Anchors = [akRight, akBottom]
  34.     Caption = '&OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object CancelButton: TTntButton
  40.     Left = 475
  41.     Top = 357
  42.     Width = 75
  43.     Height = 23
  44.     Anchors = [akRight, akBottom]
  45.     Caption = '&Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.   end
  49.   object PageControl: TTntPageControl
  50.     Left = 0
  51.     Top = 0
  52.     Width = 556
  53.     Height = 352
  54.     ActivePage = GlobalSheet
  55.     Align = alTop
  56.     Anchors = [akLeft, akTop, akRight, akBottom]
  57.     TabOrder = 0
  58.     TabStop = False
  59.     object GlobalSheet: TTntTabSheet
  60.       Caption = 'Public Folder'
  61.       OnEnter = GlobalSheetEnter
  62.       object GeneralBox: TTntGroupBox
  63.         Left = 0
  64.         Top = 0
  65.         Width = 548
  66.         Height = 129
  67.         Align = alTop
  68.         Caption = 'Public Folder'
  69.         TabOrder = 0
  70.         DesignSize = (
  71.           548
  72.           129)
  73.         object ItemLabel: TTntLabel
  74.           Left = 9
  75.           Top = 44
  76.           Width = 43
  77.           Height = 13
  78.           Caption = 'Account:'
  79.         end
  80.         object ValueLabel: TTntLabel
  81.           Left = 9
  82.           Top = 20
  83.           Width = 61
  84.           Height = 13
  85.           Caption = 'Folder name:'
  86.         end
  87.         object IMAPFL: TTntLabel
  88.           Left = 8
  89.           Top = 67
  90.           Width = 87
  91.           Height = 13
  92.           Caption = 'Root IMAP Folder:'
  93.         end
  94.         object AccountEdit: TTntEdit
  95.           Left = 120
  96.           Top = 41
  97.           Width = 400
  98.           Height = 21
  99.           Anchors = [akLeft, akTop, akRight]
  100.           TabOrder = 1
  101.         end
  102.         object DescEdit: TTntEdit
  103.           Left = 120
  104.           Top = 17
  105.           Width = 419
  106.           Height = 21
  107.           Anchors = [akLeft, akTop, akRight]
  108.           TabOrder = 0
  109.         end
  110.         object ItemButton: TTntButton
  111.           Left = 519
  112.           Top = 41
  113.           Width = 20
  114.           Height = 21
  115.           Anchors = [akTop, akRight]
  116.           Caption = '...'
  117.           TabOrder = 2
  118.           OnClick = ItemButtonClick
  119.         end
  120.         object FolderEdit: TTntEdit
  121.           Left = 120
  122.           Top = 64
  123.           Width = 400
  124.           Height = 21
  125.           Anchors = [akLeft, akTop, akRight]
  126.           TabOrder = 3
  127.           OnChange = FolderEditChange
  128.         end
  129.         object RootChecked: TTntCheckBox
  130.           Left = 8
  131.           Top = 92
  132.           Width = 529
  133.           Height = 17
  134.           Caption = 
  135.             'The Root IMAP Folder is only a folder container and cannot be se' +
  136.             'lected'
  137.           Checked = True
  138.           State = cbChecked
  139.           TabOrder = 5
  140.         end
  141.         object FolderButton: TTntButton
  142.           Left = 519
  143.           Top = 65
  144.           Width = 21
  145.           Height = 21
  146.           Anchors = [akTop, akRight]
  147.           Caption = '...'
  148.           TabOrder = 4
  149.           OnClick = FolderButtonClick
  150.         end
  151.       end
  152.     end
  153.     object ACLSheet: TTntTabSheet
  154.       Caption = 'Access Control List'
  155.       ImageIndex = 1
  156.       OnEnter = ACLSheetEnter
  157.     end
  158.   end
  159. end
  160.